home *** CD-ROM | disk | FTP | other *** search
/ Aminet 51 / Aminet 51 (2002)(GTI - Schatztruhe)[!][Oct 2002].iso / Aminet / misc / emu / x128utils.readme < prev    next >
Encoding:
Text File  |  2002-09-01  |  1.2 KB  |  38 lines

  1. Short:    Auxiliary utilities for the X128 Spectrum emulator
  2. Author:   James McKay. Amiga port: Wojciech Pasiecznik/Voy/SSG/Dial
  3. Uploader: Wojciech Pasiecznik/Voy/SSG/Dial (voydial@wp.pl)
  4. Type:     misc/emu
  5. Requires: MC68000+
  6.  
  7. Set of two programs for the X128 v0.9.1 Spectrum emulator by James McKay
  8. (ported to Amiga by Paul Hill). You can download this emulator from
  9. the http://www.worldofspectrum.com site. ROMs for the emulator please
  10. download from the http://www.srcf.ucam.org/~pak21/spectrum/roms.html site.
  11.  
  12. Sources of utils are included in the archive.
  13.  
  14.  
  15. DAT2SLT
  16. -------
  17.  
  18. .DAT file combiner. This utility combines the Z80 and it's DATs into one
  19. big SLT file and loading SCR.
  20.  
  21. Usage: DAT2SLT <input.z80> <output.slt> [/dos | /acorn]
  22.  
  23.        /dos   - forces MS-DOS style filenames.
  24.        /acorn - makes utility look for a file that just has the number
  25.                 as the name.
  26.  
  27. SLT2DAT
  28. -------
  29.  
  30. .DAT file splitter. This utility splits the SLT into a Z80 and multiple
  31. DAT files and loading SCR.
  32.  
  33. Usage: SLT2DAT <input.slt> <output.z80> [/dos]
  34.  
  35.        /dos - forces MS-DOS style filenames.
  36.        /acorn - makes utility look for a DAT that just has the number
  37.                 as the name.
  38.